

========================================================================
       whothreads.php 
========================================================================
========================================================================       whothreads 
========================================================================

<html>

<body>

$headinclude

<table cellpadding="10" cellspacing="0" border="0" bgcolor="{pagebgcolor}" width="100%"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" bgcolor="{tablebordercolor}" width="100%">
<tr>
	<td colspan="2" bgcolor="{categorybackcolor}"><normalfont color="{categoryfontcolor}"><b>
      : $forumt</b></normalfont></td>
</tr>
<tr>
	<td bgcolor="{tableheadbgcolor}" width="100%"><center><smallfont color="{tableheadtextcolor}"></smallfont></center></td>
	<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><center></center></td>
</tr>
$posters
<tr>
	<td bgcolor="{tableheadbgcolor}" colspan="2" align="center">
	<a href="javascript:window.close();"><smallfont color="{tableheadtextcolor}">[ ]</smallfont></a>
	</td>
</tr>
</table>
</td></tr></table>
</body>
</html>

========================================================================
========================================================================
      : whothreadsbit    
========================================================================

<tr><td align="center" bgcolor="$backcolor"><a href="member.php?&action=getinfo&userid=$topposters[postuserid]" target="_blank">
<smallfont>$topposters[postusername]</a></smallfont>
</td>
<td align="center" bgcolor="$backcolor">
<smallfont>$topposters[count]</smallfont>
</td></tr>

========================================================================
========================================================================
  headinclude 
========================================================================
  :

<meta http-equiv="MSThemeCompatible" content="Yes">

 :

<script language="Javascript">
function who(forumid) { window.open
("whothreads.php?s=&action=whopostedt&forumid="+forumid,
 "whopostedt", "toolbar=no,scrollbars=yes,resizable=yes,width=240,height=400"); }
</script>
========================================================================
========================================================================
   forumhome_forumbit_level1_post
========================================================================
  :

$forum[threadcount]

  :

<a href="javascript:who($forum[forumid])"><u>$forum[threadcount]</u></a>

========================================================================
========================================================================
 forumhome_forumbit_level2_post
========================================================================
  :

$forum[threadcount]

 :

<a href="javascript:who($forum[forumid])"><u>$forum[threadcount]</u></a>

========================================================================
========================================================================
 


